home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 725 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: rothpn@usa.pipeline.com
  3. Newsgroups: comp.lang.c++
  4. Subject: [Q] Exceeding Code Segment size with TC++ 4.5  ?
  5. Date: 6 Jan 1996 15:48:56 GMT
  6. Organization: Engineering Objects International
  7. Message-ID: <4cm5l8$ga3@news1.usa.pipeline.com>
  8. NNTP-Posting-Host: pipe3.h1.usa.pipeline.com
  9. X-PipeUser: rothpn
  10. X-PipeHub: usa.pipeline.com
  11. X-PipeGCOS: (Peter N Roth)
  12. X-Newsreader: Pipeline USA v3.4.0
  13.  
  14. I added a member function to my matrix class that uses a 
  15. vector<double> and three vector<int>s, all from the STL. 
  16.  
  17. Generation of the .exe file halts before completion because the 
  18. code segment size (64K = "the industry standard", says the dox) 
  19. has been exceeded. 
  20.  
  21. I am unable to locate any documentation that tells me how to control 
  22. this (?) [other than going to a 32- or 64-bit system]. 
  23.  
  24. Would a kind soul please point me in the direction of reference material? 
  25. Or maybe flat out _tell_ me. 
  26.  
  27. -- 
  28. Grace + Peace 
  29. Peter N Roth 
  30. Engineering Objects International      rothpn@usa.pipeline.com 
  31. Engineering and Scientific Software: Delphi    C++    f77 --> C++ 
  32. On-Site Andragogy for Beginning and Experienced Programmers
  33.